מימוש מערכת שמדמה את הקאש של הזיכרון. כך שהגישה לפריטים שהיו בשימוש לאחרונה תהיה מהירה, הקיבולת של הקאש מוגבל. צריך לממש מבנה נתונים בעל שתי פונקציות של get וinput
להשתמש בפונקציה שמעבירה בלוקים של זיכרון עד גודל של אלף בייט, נדרש לממש פונק' בכדי להעביר בלוקים גדולים יותר.
המגבלות הם שנדרש בתחילת (Byte 0) כל בלוק לסמן האם הוא תחילי אמצע או בלוק אחרון.
כאשר לא ניתן\נדרש להשתמש בהקצאת זיכרון נוספת.
תשובות
הוסף תשובה
|
לצפיה בתשובות
אפריל 2024
הפתרון הוא בעצם להחליף את index-1 בתחילית הרצוי ובבלוק הראשון הקצאה ראשונית של buffer[2] של תחילית + רפרנס לתחילת הבלוק.
With attached csv file please answer those question:
Count the number of null values for each column.
For each column, replace null values with values from the previous row.
What is the average value for signal4?
Group the table according to signal4, return mean and standard deviation for each of the signals (1-3).
Find all index values where the absolute jump between signal3 rows is more than 10
Count the number of rows where both signal1 and signal2 equal 1.
For all rows where both signal1 and signal2 equal 0, replace signal3 with 999.
Please create a Jenkins pipeline file for CI implementation (think about all possible flows you can do)